func reflect.pkgPath
10 uses
reflect (current package)
type.go#L385: func pkgPath(n abi.Name) string {
type.go#L840: m.PkgPath = pkgPath(pname)
type.go#L1299: tmPkgPath := pkgPath(tmName)
type.go#L1303: vmPkgPath := pkgPath(vmName)
type.go#L1332: tmPkgPath := pkgPath(tmName)
type.go#L1336: vmPkgPath := pkgPath(vmName)
type.go#L2212: if pkgPath(ift.nameOff(m.Name)) != "" {
type.go#L2280: if pkgPath(mname) != "" {
type.go#L2296: if pkgPath(mname) != "" {
type.go#L2320: if pkgPath(mname) != "" {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |